home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / GDM001.ZIP / JOIN.DOC < prev    next >
Text File  |  1992-09-29  |  988b  |  34 lines

  1.      --------------------------------------------------------------------
  2.  
  3.  
  4.                                   - Join v1.0 -
  5.  
  6.                              (c) Kevin Solway, 1992
  7.  
  8.                                    PO Box 207
  9.                                    St Lucia 4067
  10.                                    Australia
  11.  
  12.  
  13.          Purpose:  This program will copy a number of smaller ascii text
  14.                    files end to end making a single big ascii text file.
  15.                    Note that this program will not work on files other
  16.                    than plain ascii text files.  The original files
  17.                    will not be changed.   
  18.  
  19.          Usage:
  20.  
  21.                    join [filename] [filename] [filename] . . .
  22.  
  23.  
  24.                 for example,
  25.  
  26.                        join 1.doc 2.doc 3.doc 4.doc
  27.  
  28.  
  29.  
  30.                 The resulting file is always called JOINED.DOC
  31.  
  32.  
  33.      --------------------------------------------------------------------
  34.